github.com/google/go-cmp/cmp.diffStats.NumDiff (method)

8 uses

	github.com/google/go-cmp/cmp (current package)
		report_compare.go#L293: 		if ds.NumDiff() == 0 {
		report_compare.go#L336: 		for _, r := range recs[:ds.NumDiff()] {
		report_compare.go#L364: 		recs = recs[ds.NumDiff():]
		report_compare.go#L365: 		numDiffs += ds.NumDiff()
		report_slices.go#L399: 		if ds.NumDiff() == 0 {
		report_slices.go#L512: 		if len(groups) >= 2 && ds.NumDiff() > 0 {
		report_slices.go#L557: 		if ds.NumDiff() == 0 {
		report_text.go#L379: func (s diffStats) NumDiff() int {